dotnetCHARTING Send comments on this topic.
Add(Label[]) Method
See Also 
dotnetCHARTING Namespace > ShapeLabelCollection Class > Add Method : Add(Label[]) Method


labelList
A list of Label objects to add.
Adds the specified Label objects to this collection.

Syntax

Visual Basic (Declaration) 
Public Overloads Sub Add( _
   ByVal ParamArray labelList() As Label _
) 
Visual Basic (Usage)Copy Code
Dim instance As ShapeLabelCollection
Dim labelList() As Label
 
instance.Add(labelList)
C# 
public void Add( 
   params Label[] labelList
)

Parameters

labelList
A list of Label objects to add.

See Also

© 2021 All Rights Reserved.